/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 Aug, 2020, 10:19:10 AM
    Author     : LENOVO
*/

body {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  overflow-x: hidden;
}
a.link{color: #ffed4b !important}
h1{font-size: 3vw;}
h2{font-size: 2vw;}
h3{font-size: 1vw;}
@media (min-width: 768px) and (max-width: 1023px) {
  h1{font-size: 6vw;}
  h2{font-size: 4vw;}
  h3{font-size: 2vw;}
}
@media (min-width: 481px) and (max-width: 767px) {
  h1{font-size: 7vw;}
  h2{font-size: 5vw;}
  h3{font-size: 3vw;}
}
@media (min-width: 320px) and (max-width: 480px) {
  h1{font-size: 8vw;}
  h2{font-size: 6vw;}
  h3{font-size: 4vw;}
}
.text-sale{color: #c3de00;}
.title {
  position: fixed;
  top: 60%;
  left: 50%;
  letter-spacing: .1em;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  color: white;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.next-arrow {
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.back-arrow {
  top: 0;
  -webkit-transform: rotate(180deg) translate(50%, -50%);
          transform: rotate(180deg) translate(50%, -50%);
}

.screen:first-of-type .back-arrow,
.screen:last-of-type .next-arrow {
  display: none;
}

.next-arrow,
.back-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 50%;
  text-align: center;
}
.next-arrow svg,
.back-arrow svg {
  fill: white;
  width: 100px;
}

.screens {
  margin: 0;
  padding: 0;
}
.screens > .screen {
  position: relative;
  border-bottom: 1px solid black;
  width: 100vw;
  height: 100vh;
  list-style-type: none;
  display: block;
}

@-webkit-keyframes gradient-animation-1 {
  0% {
    left: 0%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}

@keyframes gradient-animation-1 {
  0% {
    left: 0%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes gradient-animation-2 {
  0% {
    right: 0%;
  }
  50% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes gradient-animation-2 {
  0% {
    right: 0%;
  }
  50% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
.screen0 {
  background-color: DarkRed;
  background-image: radial-gradient(circle at center center, black, #ccc), repeating-radial-gradient(circle at center center, black, black, 1rem, transparent 2rem, transparent 1rem);
  background-blend-mode: multiply;
}
.screen0:before {
  content: '';
  left: 0;
  position: absolute;
  width: 200%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(255, 255, 255, 0.05) 5px);
}
.screen0:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  right: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(255, 255, 255, 0.05) 5px);
}

.screen1 {
  background-image: radial-gradient(ellipse at center, #003232 0%, black 100%);
}
.screen1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.3) 1px, rgba(255, 255, 255, 0.1) 10px);
}

.screen2 {
  background-image: radial-gradient(ellipse at center, #002152 0%, black 100%);
}
.screen2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.8) 10px, white 10px);
}

.screen3 {
  background-image: radial-gradient(ellipse at center, Crimson 0%, black 100%);
}
.screen3:before {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.2) 1px, rgba(255, 255, 255, 0.1) 10px);
}
.screen3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.2) 1px, rgba(255, 255, 255, 0.1) 10px);
}

.screen4 {
  background-color: DarkSlateGray;
}

.screen5 {
  background-color: Silver;
}

.screen6 {
  background-color: LightSlateGray;
}

.screen7 {
  background-color: BurlyWood;
}

.screen8 {
  background-color: Bisque;
}

.screen9 {
  background-color: Wheat;
}
